home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / turtlesNinja.swf / scripts / DefineSprite_113 / frame_2 / DoAction.as
Text File  |  2006-05-08  |  153b  |  12 lines

  1. if(_root.doublepoints)
  2. {
  3.    this.myPoints = 200;
  4.    this.myHealth = 10;
  5. }
  6. else
  7. {
  8.    this.myPoints = 100;
  9.    this.myHealth = 5;
  10. }
  11. this.stop();
  12.